#home_thecountry{
  width: 1190px;
  height: 803px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 20px;
}
#home_thecountry .tit h2{
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
  margin: 40px 0 34px 0;
}
.thecountrynav{
  display: block;
  float: left;
  height: 45px;
  width: 910px;
  margin-left: 140px;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
}

.thecountrynav li{
  float: left;
  width: 130px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  border-right: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  cursor: pointer;
}
.thecountrynav .active{
   background-color:#0B367A;
   color: #fff;
}
.thecountrycontent{
  width: 100%;
  float: left;
  margin-top: 30px;
}
.thecountrycontent li{
  width:189px; 
  height:273px;
  box-shadow:0px 3px 10px 0px rgba(0,0,0,0.1);
  margin-right: 10px;
  float: left;
  margin-bottom: 20px;
}
.thecountrycontent li:nth-child(6n){
  margin-right: 0;
}
.thecountrycontent li img{
  width: 190px;
  height: 190px;
}
.thecountrycontent li .tentname{
  font-size: 16px;
  color: #333;
  margin-top: 15px;
  text-indent: 20px;
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.thecountrycontent li .tentname span{
  color: #999;
  font-size: 12px;
}
.thecountrycontent li .site{
  margin-top: 13px;
  margin-left: 20px;
  padding-left: 18px;
  background: url(/live/img/dangqianweizzhi.jpg) no-repeat left;
  font-size: 12px;
  color: #666;
}
.thecountrycontent li:hover .tentname{
   color: #0B367A;
}